projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b032a
)
docs: Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 25 Jun 2020 18:29:24 +0000
(14:29 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 25 Jun 2020 18:29:24 +0000
(14:29 -0400)
docs/reference/gtk/migrating-3to4.md
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.md
b/docs/reference/gtk/migrating-3to4.md
index c3514e87a1cf29098f533143461a5c4982495aae..93b28e1f40c0ee1e954e348efa337a10aa8a5c83 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.md
+++ b/
docs/reference/gtk/migrating-3to4.md
@@
-638,7
+638,7
@@
nodes.
If you are using a #GtkDrawingArea for custom drawing, you need to switch
to using gtk_drawing_area_set_draw_func() to set a draw function instead
-of conn
n
ecting a handler to the #GtkWidget::draw signal.
+of connecting a handler to the #GtkWidget::draw signal.
### Stop using APIs to query GdkSurfaces